#!/bin/sh
which uci > /dev/null || exit 0
uci -q get ucitrack.@eqos[0] > /dev/null && {
  uci delete ucitrack.@eqos[0]
  uci commit
}
